Ä TML>
struct Tempo {
struct Tempo *next; /* Next Tempo in list. */
long time; /* Time, in clocks, this starts. */
unsigned short cycle; /* Sample rate. */
unsigned short bpm; /* Beats per minute. */
long repeat; /* Repeat count. */
unsigned long frame; /* Frame this starts on. */
long offset; /* offset for repeats */
};